home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / fefix.com / README.1ST < prev   
Encoding:
Text File  |  1990-01-24  |  1.8 KB  |  45 lines

  1.              I wrote this program as an effort to repair 
  2.              the headers in Borland Stroked Font files 
  3.              (filename.CHR) that are (at my house)
  4.              damaged as a result of a SAVE action by the
  5.              Borland Font Editor FE.EXE, found in the
  6.              BGI Toolkit BGIKIT.ZIP.
  7.  
  8.              I love the font editor, but it trashes files!
  9.              Here, at least, is my solution.
  10.  
  11.              Author:  Jay Faubion
  12.              Compuserve 72500,3166
  13.              January 25, 1990
  14.              Compiled with Turbo Pascal 5.5
  15.              Released to the public domain
  16.  
  17.         *    Syntax:  FEFIX [fontfilename] [FE-]
  18.  
  19.         *    The fontfilename is the name of the damaged font file.
  20.              The FE- means do NOT execute FE.EXE
  21.  
  22.         *    FEFIX by itself will execute .\FE.EXE so that you may
  23.              edit a font file, which should be then SAVED.  The
  24.              resulting file has a damaged header (signature).
  25.              Next, FEFIX will prompt you for the file name of the
  26.              damaged fontfile, and repair it for you.
  27.  
  28.         *    Fontfiles are identified by two ^H's in the third and
  29.              fourth bytes of the file.
  30.         *    Damaged files are identified by a '+' character
  31.              at offset $80, identifying stroked font files (Borland).
  32.  
  33.  
  34. Usage: Just enter FEFIX on the command line.  FEFIX execute the font
  35.        editor (FE.exe).  Then FEFIX will ask you for a font filename.
  36.  
  37.        Or, enter FEFIX SANS.CHR  (or whatever damaged file you have).
  38.        FEFIX will execute the font editor (FE.exe) and then will 
  39.        repair the damaged header for you.
  40.  
  41.        If you don't want to run the editor just include FE- on the
  42.        command line.
  43.  
  44.  
  45.